(Fwith_output_to_temp_buffer): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 21 Jun 2004 19:51:27 +0000 (19:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 21 Jun 2004 19:51:27 +0000 (19:51 +0000)
src/print.c

index a91276d409a434659a24eef799b58007a80f4771..0abd30b5ce0048d37b3c3b567067b68437400d22 100644 (file)
@@ -658,7 +658,7 @@ If variable `temp-buffer-show-function' is non-nil, call it at the end
 to get the buffer displayed instead of just displaying the non-selected
 buffer and calling the hook.  It gets one argument, the buffer to display.
 
-usage: (with-output-to-temp-buffer BUFFNAME BODY ...)  */)
+usage: (with-output-to-temp-buffer BUFNAME BODY ...)  */)
      (args)
      Lisp_Object args;
 {